window: Make sure the decoration node stays at the beginning
authorTimm Bäder <mail@baedert.org>
Fri, 7 Apr 2017 18:13:42 +0000 (20:13 +0200)
committerTimm Bäder <mail@baedert.org>
Tue, 25 Apr 2017 18:30:36 +0000 (20:30 +0200)
commitefa9601a105b28afcddd2921583a6626804e10eb
tree8edba085fcc643c9391ea6cd5e2e24304c9710ab
parent73c3579e783b153773923c89756502bbc063b034
window: Make sure the decoration node stays at the beginning

Otherwise, the gtk_widget_set_parent call might add the widget node of
the child before the decoration node.
gtk/gtkwindow.c